Skip to content

ext/session/mod_mm: implement VALIDATE_SID handler#21178

Merged
Girgias merged 1 commit intophp:masterfrom
Girgias:2026-02-session-mod-mm-validate_sid
Feb 10, 2026
Merged

ext/session/mod_mm: implement VALIDATE_SID handler#21178
Girgias merged 1 commit intophp:masterfrom
Girgias:2026-02-session-mod-mm-validate_sid

Conversation

@Girgias
Copy link
Copy Markdown
Member

@Girgias Girgias commented Feb 9, 2026

Rather than "manually" doing it in the READ handler.

@devnexen can you review this? As IIRC you did do some work on the mod_mm storage at one point and might be more familiar than me in how it is meant to work.

@devnexen
Copy link
Copy Markdown
Member

devnexen commented Feb 9, 2026

so correct me if I m correct, is mm the last one using the old api ? seems users/files use the new one but I m be mistaken. (just asking for confirmation, not to ask you to migrate in case)

Comment thread ext/session/mod_mm.c Outdated
@Girgias Girgias force-pushed the 2026-02-session-mod-mm-validate_sid branch from c1cae79 to 8cbd3d2 Compare February 9, 2026 17:47
Rather than "manually" doing it in the READ handler
@Girgias Girgias force-pushed the 2026-02-session-mod-mm-validate_sid branch from 8cbd3d2 to 5d013cc Compare February 9, 2026 17:48
@Girgias
Copy link
Copy Markdown
Member Author

Girgias commented Feb 9, 2026

so correct me if I m correct, is mm the last one using the old api ? seems users/files use the new one but I m be mistaken. (just asking for confirmation, not to ask you to migrate in case)

They indeed do. I did some additional simplifications with the macro definitions (as they didn't even seem to be correct in general) so that more clean-ups can be done down the line.

@Girgias Girgias marked this pull request as ready for review February 9, 2026 18:30
Copy link
Copy Markdown
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lctm

@Girgias Girgias merged commit 4b01cd1 into php:master Feb 10, 2026
10 checks passed
@Girgias Girgias deleted the 2026-02-session-mod-mm-validate_sid branch February 10, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants